Fix up the documentation of GtkTextView::move-viewport
authorMatthias Clasen <mclasen@redhat.com>
Fri, 8 Jul 2016 14:26:22 +0000 (10:26 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 8 Jul 2016 14:26:22 +0000 (10:26 -0400)
Pointed out in https://bugzilla.gnome.org/show_bug.cgi?id=768546

gtk/gtktextview.c

index 22b3a5942d843165d922f4761392217f3c6cf0fe..bcb0f0d1c8a58617c38a99525b19cd74690dbcd0 100644 (file)
@@ -1125,11 +1125,11 @@ G_GNUC_END_IGNORE_DEPRECATIONS
   /**
    * GtkTextView::move-viewport:
    * @text_view: the object which received the signal
-   * @step: the granularity of the move, as a #GtkMovementStep
+   * @step: the granularity of the movement, as a #GtkScrollStep
    * @count: the number of @step units to move
    *
-   * The ::move-viewport signal is a 
-   * [keybinding signal][GtkBindingSignal] 
+   * The ::move-viewport signal is a
+   * [keybinding signal][GtkBindingSignal]
    * which can be bound to key combinations to allow the user
    * to move the viewport, i.e. change what part of the text view
    * is visible in a containing scrolled window.